get /cloud/azure/serviceaccounts
List GCP Service Accounts (listGcpServiceAccounts)
Lists the GCP Service aAccounts.
Consumes
This API call consumes the following media types via the Content-Type request header:
- application/json
Query parameters
credentialsName (required)
Query Parameter — Cloud credentials name
projectId (required)
Query Parameter — project id
Return type
array[ServiceAccount]
name (optional) |
String |
email (optional) |
String |
displayName (optional) |
String |
Example data
Content-Type: application/json
[
{
"displayName" : "aeiou",
"name" : "aeiou",
"email" : "aeiou"
}
]
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
- application/json
Responses
200
OK
Default
Error ErrorInfo
errorCode (optional) |
String |
url(optional) |
String |
message (optional) |
String |